home *** CD-ROM | disk | FTP | other *** search
/ The National Palace Museum Experience / The National Palace Museum Experience.iso / Programs / Object.dxr / 00070_PanRight hilite.ls < prev    next >
Encoding:
Text File  |  1998-11-19  |  291 b   |  15 lines

  1. global c
  2.  
  3. on mouseDown
  4.   set c to the clickOn
  5.   set the castNum of sprite c to the number of member "PanRight Down"
  6.   changvrview("Right")
  7.   repeat while the mouseDown
  8.     changvrview("Right")
  9.   end repeat
  10. end
  11.  
  12. on mouseUp
  13.   set the castNum of sprite c to the number of member "PanRight"
  14. end
  15.